home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Shareware / xStarter 1.8.8 / setup.exe / {app} / xStartUI.exe / 0 / RCDATA / TCONNEDITFORM / TCONNEDITFORM.txt
Text File  |  2007-06-06  |  5KB  |  248 lines

  1. object ConnEditForm: TConnEditForm
  2.   Left = 361
  3.   Top = 296
  4.   ActiveControl = edName
  5.   Caption = 'Connection'
  6.   ClientHeight = 272
  7.   ClientWidth = 505
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 306
  10.   Constraints.MinWidth = 513
  11.   ParentFont = True
  12.   KeyPreview = True
  13.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   OnKeyDown = FormKeyDown
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 231
  21.     Width = 505
  22.     Height = 41
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     DesignSize = (
  27.       505
  28.       41)
  29.     object Bevel1: TBevel
  30.       Left = 0
  31.       Top = 0
  32.       Width = 505
  33.       Height = 3
  34.       Align = alTop
  35.       Shape = bsBottomLine
  36.     end
  37.     object btOk: TElPopupButton
  38.       Left = 270
  39.       Top = 8
  40.       Width = 105
  41.       Height = 25
  42.       DrawDefaultFrame = False
  43.       Caption = 'OK'
  44.       TabOrder = 0
  45.       OnClick = btOkClick
  46.       Anchors = [akRight, akBottom]
  47.     end
  48.     object btCancel: TElPopupButton
  49.       Left = 382
  50.       Top = 8
  51.       Width = 105
  52.       Height = 25
  53.       DrawDefaultFrame = False
  54.       ModalResult = 2
  55.       Caption = 'Cancel'
  56.       TabOrder = 1
  57.       Anchors = [akRight, akBottom]
  58.     end
  59.     object btHelp: TElPopupButton
  60.       Left = 8
  61.       Top = 8
  62.       Width = 113
  63.       Height = 25
  64.       ImageIndex = 14
  65.       UseImageList = True
  66.       Images = TrayForm.ilMain
  67.       DrawDefaultFrame = False
  68.       Caption = 'Help'
  69.       TabOrder = 2
  70.       Visible = False
  71.       Anchors = [akLeft, akBottom]
  72.     end
  73.   end
  74.   object Panel2: TPanel
  75.     Left = 0
  76.     Top = 0
  77.     Width = 505
  78.     Height = 231
  79.     Align = alClient
  80.     BevelOuter = bvNone
  81.     TabOrder = 1
  82.     object lbUser: TLabel
  83.       Left = 16
  84.       Top = 84
  85.       Width = 48
  86.       Height = 13
  87.       Caption = 'Username'
  88.     end
  89.     object lbURL: TLabel
  90.       Left = 16
  91.       Top = 52
  92.       Width = 22
  93.       Height = 13
  94.       Caption = 'URL'
  95.     end
  96.     object lbName: TLabel
  97.       Left = 16
  98.       Top = 20
  99.       Width = 28
  100.       Height = 13
  101.       Caption = 'Name'
  102.     end
  103.     object lbPassword: TLabel
  104.       Left = 280
  105.       Top = 84
  106.       Width = 46
  107.       Height = 13
  108.       Caption = 'Password'
  109.     end
  110.     object lbProxyHost: TLabel
  111.       Left = 16
  112.       Top = 156
  113.       Width = 51
  114.       Height = 13
  115.       Caption = 'Proxy Host'
  116.       Visible = False
  117.     end
  118.     object lbProxyPass: TLabel
  119.       Left = 280
  120.       Top = 188
  121.       Width = 46
  122.       Height = 13
  123.       Caption = 'Password'
  124.       Visible = False
  125.     end
  126.     object lbProxyPort: TLabel
  127.       Left = 280
  128.       Top = 156
  129.       Width = 48
  130.       Height = 13
  131.       Caption = 'Proxy Port'
  132.       Visible = False
  133.     end
  134.     object lbProxyUser: TLabel
  135.       Left = 16
  136.       Top = 188
  137.       Width = 48
  138.       Height = 13
  139.       Caption = 'Username'
  140.       Visible = False
  141.     end
  142.     object edUser: TElEdit
  143.       Left = 152
  144.       Top = 80
  145.       Width = 105
  146.       Height = 21
  147.       Flat = True
  148.       LineBorderActiveColor = clBlack
  149.       LineBorderInactiveColor = clBlack
  150.       TabOrder = 2
  151.     end
  152.     object edURL: TElEdit
  153.       Left = 152
  154.       Top = 48
  155.       Width = 337
  156.       Height = 21
  157.       Flat = True
  158.       LineBorderActiveColor = clBlack
  159.       LineBorderInactiveColor = clBlack
  160.       TabOrder = 1
  161.     end
  162.     object edProxyUser: TElEdit
  163.       Left = 152
  164.       Top = 184
  165.       Width = 105
  166.       Height = 21
  167.       Flat = True
  168.       LineBorderActiveColor = clBlack
  169.       LineBorderInactiveColor = clBlack
  170.       TabOrder = 7
  171.       Visible = False
  172.     end
  173.     object edProxyPort: TElEdit
  174.       Left = 384
  175.       Top = 152
  176.       Width = 105
  177.       Height = 21
  178.       Flat = True
  179.       LineBorderActiveColor = clBlack
  180.       LineBorderInactiveColor = clBlack
  181.       TabOrder = 6
  182.       Visible = False
  183.     end
  184.     object edProxyPass: TElEdit
  185.       Left = 384
  186.       Top = 184
  187.       Width = 105
  188.       Height = 21
  189.       PasswordChar = '*'
  190.       Flat = True
  191.       LineBorderActiveColor = clBlack
  192.       LineBorderInactiveColor = clBlack
  193.       TabOrder = 8
  194.       Visible = False
  195.     end
  196.     object edProxyHost: TElEdit
  197.       Left = 152
  198.       Top = 152
  199.       Width = 105
  200.       Height = 21
  201.       Flat = True
  202.       LineBorderActiveColor = clBlack
  203.       LineBorderInactiveColor = clBlack
  204.       TabOrder = 5
  205.       Visible = False
  206.     end
  207.     object edPassword: TElEdit
  208.       Left = 384
  209.       Top = 80
  210.       Width = 105
  211.       Height = 21
  212.       PasswordChar = '*'
  213.       Flat = True
  214.       LineBorderActiveColor = clBlack
  215.       LineBorderInactiveColor = clBlack
  216.       TabOrder = 3
  217.     end
  218.     object edName: TElEdit
  219.       Left = 152
  220.       Top = 16
  221.       Width = 337
  222.       Height = 21
  223.       Flat = True
  224.       LineBorderActiveColor = clBlack
  225.       LineBorderInactiveColor = clBlack
  226.       TabOrder = 0
  227.     end
  228.     object chUseProxy: TElCheckBox
  229.       Left = 152
  230.       Top = 120
  231.       Width = 70
  232.       Height = 17
  233.       Flat = True
  234.       Caption = 'Use Proxy'
  235.       TabOrder = 4
  236.       OnClick = chUseProxyClick
  237.     end
  238.   end
  239.   object ElFormPersist1: TElFormPersist
  240.     Storage = TrayForm.ElIniFile1
  241.     PersistOptions = [epoState, epoPosition, epoSize]
  242.     TopMost = False
  243.     Left = 144
  244.     Top = 80
  245.     PropsToStore = {00000000}
  246.   end
  247. end
  248.